Connectivity Software User's Guide and Reference
IReadOnlyKeyedCollection<TKey,TItem> Interface Members
Properties  Methods 

OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections.Generic Namespace : IReadOnlyKeyedCollection<TKey,TItem> Interface

The following tables list the members exposed by IReadOnlyKeyedCollection<TKey,TItem>.

Public Properties
 NameDescription
 PropertyGets the number of elements in the collection. (Inherited from System.Collections.Generic.IReadOnlyCollection<TItem>)
 PropertyGets the element at the specified index in the read-only list. (Inherited from System.Collections.Generic.IReadOnlyList<TItem>)
Top
Public Methods
 NameDescription
 MethodDetermines whether the collection contains an element with the specified key.  
 MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<TItem>)
 MethodTries to get an item from the collection using the specified key.  
Top
See Also

Reference

IReadOnlyKeyedCollection<TKey,TItem> Interface
OpcLabs.BaseLib.Collections.Generic Namespace
KeyedCollection Class